﻿2026-07-23T03:51:53.8771766Z ##[group]Run set -euo pipefail
2026-07-23T03:51:53.8772044Z [36;1mset -euo pipefail[0m
2026-07-23T03:51:53.8772238Z [36;1mPIN=0c95435[0m
2026-07-23T03:51:53.8772436Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-07-23T03:51:53.8772685Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-07-23T03:51:53.8773018Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-07-23T03:51:53.8773427Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-07-23T03:51:53.8773867Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-07-23T03:51:53.8774201Z [36;1m  rm -rf "$CACHE"[0m
2026-07-23T03:51:53.8774438Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-07-23T03:51:53.8774709Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-07-23T03:51:53.8775026Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-07-23T03:51:53.8775346Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-07-23T03:51:53.8775584Z [36;1mfi[0m
2026-07-23T03:51:53.8775847Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-23T03:51:53.8789480Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-07-23T03:51:53.8789757Z env:
2026-07-23T03:51:53.8789929Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-23T03:51:53.8790139Z ##[endgroup]
2026-07-23T03:51:54.1673856Z    Compiling proc-macro2 v1.0.106
2026-07-23T03:51:54.1674452Z    Compiling quote v1.0.45
2026-07-23T03:51:54.1674753Z    Compiling unicode-ident v1.0.24
2026-07-23T03:51:54.1675072Z    Compiling libc v0.2.186
2026-07-23T03:51:54.1675526Z    Compiling serde_core v1.0.228
2026-07-23T03:51:54.1676016Z    Compiling cfg-if v1.0.4
2026-07-23T03:51:54.1676262Z    Compiling serde v1.0.228
2026-07-23T03:51:54.1716915Z    Compiling log v0.4.32
2026-07-23T03:51:54.1760744Z    Compiling pin-project-lite v0.2.17
2026-07-23T03:51:54.1816057Z    Compiling portable-atomic v1.13.1
2026-07-23T03:51:54.1856279Z    Compiling typenum v1.20.1
2026-07-23T03:51:54.1857238Z    Compiling memchr v2.8.1
2026-07-23T03:51:54.1857696Z    Compiling version_check v0.9.5
2026-07-23T03:51:54.1891675Z    Compiling critical-section v1.2.0
2026-07-23T03:51:54.2082663Z    Compiling shlex v2.0.1
2026-07-23T03:51:54.2147702Z    Compiling find-msvc-tools v0.1.9
2026-07-23T03:51:54.2691825Z    Compiling bytes v1.11.1
2026-07-23T03:51:54.2806464Z    Compiling futures-core v0.3.32
2026-07-23T03:51:54.2981344Z    Compiling subtle v2.6.1
2026-07-23T03:51:54.4010813Z    Compiling smallvec v1.15.1
2026-07-23T03:51:54.4448218Z    Compiling equivalent v1.0.2
2026-07-23T03:51:54.4720409Z    Compiling itoa v1.0.18
2026-07-23T03:51:54.4848688Z    Compiling semver v1.0.28
2026-07-23T03:51:54.4921361Z    Compiling stable_deref_trait v1.2.1
2026-07-23T03:51:54.5300142Z    Compiling futures-io v0.3.32
2026-07-23T03:51:54.5403785Z    Compiling futures-sink v0.3.32
2026-07-23T03:51:54.5474896Z    Compiling slab v0.4.12
2026-07-23T03:51:54.5617684Z    Compiling futures-task v0.3.32
2026-07-23T03:51:54.5759618Z    Compiling generic-array v0.14.7
2026-07-23T03:51:54.6215008Z    Compiling futures-channel v0.3.32
2026-07-23T03:51:54.6713566Z    Compiling rand_core v0.10.1
2026-07-23T03:51:54.7197237Z    Compiling rustversion v1.0.22
2026-07-23T03:51:54.7266457Z    Compiling bitflags v2.12.1
2026-07-23T03:51:54.7450891Z    Compiling hashbrown v0.17.1
2026-07-23T03:51:54.7861963Z    Compiling rustc_version v0.4.1
2026-07-23T03:51:54.8083256Z    Compiling getrandom v0.4.2
2026-07-23T03:51:54.8160350Z    Compiling cpufeatures v0.2.17
2026-07-23T03:51:54.8430959Z    Compiling fnv v1.0.7
2026-07-23T03:51:54.8810605Z    Compiling strsim v0.11.1
2026-07-23T03:51:54.9010541Z    Compiling cfg_aliases v0.2.1
2026-07-23T03:51:54.9200585Z    Compiling litemap v0.8.2
2026-07-23T03:51:54.9290691Z    Compiling writeable v0.6.3
2026-07-23T03:51:55.0071988Z    Compiling dunce v1.0.5
2026-07-23T03:51:55.0742069Z    Compiling fs_extra v1.3.0
2026-07-23T03:51:55.1070837Z    Compiling icu_normalizer_data v2.2.0
2026-07-23T03:51:55.1331104Z    Compiling icu_properties_data v2.2.0
2026-07-23T03:51:55.1370662Z    Compiling utf8_iter v1.0.4
2026-07-23T03:51:55.1710597Z    Compiling ident_case v1.0.1
2026-07-23T03:51:55.2290344Z    Compiling autocfg v1.5.1
2026-07-23T03:51:55.2360183Z    Compiling percent-encoding v2.3.2
2026-07-23T03:51:55.3120614Z    Compiling http v1.4.1
2026-07-23T03:51:55.4253454Z    Compiling aws-lc-rs v1.17.0
2026-07-23T03:51:55.4480318Z    Compiling thiserror v2.0.18
2026-07-23T03:51:55.4583302Z    Compiling cpufeatures v0.3.0
2026-07-23T03:51:55.4810603Z    Compiling unicode-segmentation v1.13.3
2026-07-23T03:51:55.5133760Z    Compiling syn v2.0.117
2026-07-23T03:51:55.5266113Z    Compiling scopeguard v1.2.0
2026-07-23T03:51:55.5557149Z    Compiling chacha20 v0.10.0
2026-07-23T03:51:55.5640746Z    Compiling form_urlencoded v1.2.2
2026-07-23T03:51:55.6220752Z    Compiling indexmap v2.14.0
2026-07-23T03:51:55.6380742Z    Compiling lock_api v0.4.14
2026-07-23T03:51:55.6510343Z    Compiling untrusted v0.9.0
2026-07-23T03:51:55.7780701Z    Compiling heck v0.5.0
2026-07-23T03:51:55.7852772Z    Compiling rustls v0.23.40
2026-07-23T03:51:55.8050766Z    Compiling atomic-waker v1.1.2
2026-07-23T03:51:55.8090479Z    Compiling anyhow v1.0.102
2026-07-23T03:51:55.8160714Z    Compiling const-oid v0.10.2
2026-07-23T03:51:55.8470282Z    Compiling unicode-xid v0.2.6
2026-07-23T03:51:55.9020278Z    Compiling httparse v1.10.1
2026-07-23T03:51:55.9280615Z    Compiling zerocopy v0.8.50
2026-07-23T03:51:55.9440355Z    Compiling paste v1.0.15
2026-07-23T03:51:55.9540517Z    Compiling convert_case v0.10.0
2026-07-23T03:51:55.9880590Z    Compiling jobserver v0.1.34
2026-07-23T03:51:56.0100929Z    Compiling parking_lot_core v0.9.12
2026-07-23T03:51:56.0670251Z    Compiling num-traits v0.2.19
2026-07-23T03:51:56.0760791Z    Compiling hybrid-array v0.4.12
2026-07-23T03:51:56.0890796Z    Compiling curve25519-dalek v4.1.3
2026-07-23T03:51:56.2270577Z    Compiling cc v1.2.63
2026-07-23T03:51:56.2650604Z    Compiling ahash v0.8.12
2026-07-23T03:51:56.2750518Z    Compiling fastrand v2.4.1
2026-07-23T03:51:56.2880659Z    Compiling base64ct v1.8.3
2026-07-23T03:51:56.3210488Z    Compiling powerfmt v0.2.0
2026-07-23T03:51:56.3383208Z    Compiling either v1.16.0
2026-07-23T03:51:56.4808798Z    Compiling http-body v1.0.1
2026-07-23T03:51:56.5639068Z    Compiling crypto-common v0.1.7
2026-07-23T03:51:56.5731901Z    Compiling block-buffer v0.10.4
2026-07-23T03:51:56.6190746Z    Compiling pem-rfc7468 v1.0.0
2026-07-23T03:51:56.6260696Z    Compiling deranged v0.5.8
2026-07-23T03:51:56.6723624Z    Compiling digest v0.10.7
2026-07-23T03:51:56.6850929Z    Compiling zmij v1.0.21
2026-07-23T03:51:56.7011162Z    Compiling data-encoding v2.11.0
2026-07-23T03:51:56.7522221Z    Compiling pkg-config v0.3.33
2026-07-23T03:51:56.8251286Z    Compiling vcpkg v0.2.15
2026-07-23T03:51:56.8390742Z    Compiling time-core v0.1.8
2026-07-23T03:51:56.9440494Z    Compiling mio v1.2.1
2026-07-23T03:51:56.9620518Z    Compiling socket2 v0.6.4
2026-07-23T03:51:56.9750579Z    Compiling getrandom v0.2.17
2026-07-23T03:51:57.1197422Z    Compiling rand_core v0.6.4
2026-07-23T03:51:57.1610340Z    Compiling try-lock v0.2.5
2026-07-23T03:51:57.1680667Z    Compiling tinyvec_macros v0.1.1
2026-07-23T03:51:57.2110564Z    Compiling num-conv v0.2.2
2026-07-23T03:51:57.2460528Z    Compiling rand v0.10.1
2026-07-23T03:51:57.2628522Z    Compiling uuid v1.23.2
2026-07-23T03:51:57.2831249Z    Compiling tower-service v0.3.3
2026-07-23T03:51:57.3200564Z    Compiling base64 v0.22.1
2026-07-23T03:51:57.3870636Z    Compiling parking_lot v0.12.5
2026-07-23T03:51:57.4080492Z    Compiling want v0.3.1
2026-07-23T03:51:57.4274344Z    Compiling tinyvec v1.11.0
2026-07-23T03:51:57.5440437Z    Compiling cmake v0.1.58
2026-07-23T03:51:57.5930460Z    Compiling sha2 v0.10.9
2026-07-23T03:51:57.8047139Z    Compiling crypto-common v0.2.2
2026-07-23T03:51:57.8238747Z    Compiling block-buffer v0.12.0
2026-07-23T03:51:57.8280694Z    Compiling inout v0.1.4
2026-07-23T03:51:57.8440619Z    Compiling vergen-lib v9.1.0
2026-07-23T03:51:57.9580714Z    Compiling n0-future v0.3.2
2026-07-23T03:51:57.9670610Z    Compiling serde_json v1.0.150
2026-07-23T03:51:57.9852603Z    Compiling signature v2.2.0
2026-07-23T03:51:57.9960787Z    Compiling diatomic-waker v0.2.3
2026-07-23T03:51:58.0211736Z    Compiling parking v2.2.1
2026-07-23T03:51:58.0340604Z    Compiling httpdate v1.0.3
2026-07-23T03:51:58.0540474Z    Compiling winnow v1.0.3
2026-07-23T03:51:58.1206312Z    Compiling cordyceps v0.3.4
2026-07-23T03:51:58.1240971Z    Compiling crossbeam-utils v0.8.21
2026-07-23T03:51:58.1360738Z    Compiling spin v0.10.0
2026-07-23T03:51:58.1720981Z    Compiling futures-lite v2.6.1
2026-07-23T03:51:58.1913263Z    Compiling ed25519 v2.2.3
2026-07-23T03:51:58.2380615Z    Compiling cipher v0.4.4
2026-07-23T03:51:58.2620638Z    Compiling netlink-packet-core v0.8.1
2026-07-23T03:51:58.2693521Z    Compiling universal-hash v0.5.1
2026-07-23T03:51:58.2790554Z    Compiling vergen v9.1.0
2026-07-23T03:51:58.3813550Z    Compiling vergen-lib v0.1.6
2026-07-23T03:51:58.3881899Z    Compiling aws-lc-sys v0.41.0
2026-07-23T03:51:58.4080318Z    Compiling ring v0.17.14
2026-07-23T03:51:58.4116986Z    Compiling libsqlite3-sys v0.30.1
2026-07-23T03:51:58.4210855Z    Compiling futures-buffered v0.2.13
2026-07-23T03:51:58.4410567Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-23T03:51:58.4521025Z    Compiling heapless v0.7.17
2026-07-23T03:51:58.4680943Z    Compiling noq-udp v0.10.0
2026-07-23T03:51:58.5360855Z    Compiling sync_wrapper v1.0.2
2026-07-23T03:51:58.6190491Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-23T03:51:58.6561321Z    Compiling digest v0.11.3
2026-07-23T03:51:58.6740629Z    Compiling opaque-debug v0.3.1
2026-07-23T03:51:58.7310562Z    Compiling allocator-api2 v0.2.21
2026-07-23T03:51:58.7450374Z    Compiling byteorder v1.5.0
2026-07-23T03:51:58.8266180Z    Compiling polyval v0.6.2
2026-07-23T03:51:58.9318701Z    Compiling hash32 v0.2.1
2026-07-23T03:51:58.9579554Z    Compiling spin v0.9.8
2026-07-23T03:51:58.9785284Z    Compiling vergen-gitcl v1.0.8
2026-07-23T03:51:59.0401033Z    Compiling fallible-iterator v0.3.0
2026-07-23T03:51:59.1350592Z    Compiling tower-layer v0.3.3
2026-07-23T03:51:59.1420660Z    Compiling ryu v1.0.23
2026-07-23T03:51:59.1971268Z    Compiling signature v3.0.0
2026-07-23T03:51:59.2126556Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-23T03:51:59.2940371Z    Compiling num_threads v0.1.7
2026-07-23T03:51:59.3130578Z    Compiling ghash v0.5.1
2026-07-23T03:51:59.3382925Z    Compiling sha2 v0.11.0-rc.5
2026-07-23T03:51:59.3389201Z    Compiling aes v0.8.4
2026-07-23T03:51:59.3487353Z    Compiling ctr v0.9.2
2026-07-23T03:51:59.3488449Z    Compiling fs2 v0.4.3
2026-07-23T03:51:59.4341243Z    Compiling time v0.3.47
2026-07-23T03:51:59.4466508Z    Compiling aead v0.5.2
2026-07-23T03:51:59.5023071Z    Compiling http-body-util v0.1.3
2026-07-23T03:51:59.5510708Z    Compiling openssl-probe v0.2.1
2026-07-23T03:51:59.5708697Z    Compiling utf8parse v0.2.2
2026-07-23T03:51:59.5790888Z    Compiling arrayvec v0.7.6
2026-07-23T03:51:59.6499313Z    Compiling crossbeam-epoch v0.9.18
2026-07-23T03:51:59.7269114Z    Compiling crossbeam-channel v0.5.15
2026-07-23T03:51:59.7340234Z    Compiling netlink-packet-route v0.29.0
2026-07-23T03:51:59.8000791Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-23T03:51:59.8111095Z    Compiling blake3 v1.8.5
2026-07-23T03:51:59.8990949Z    Compiling memoffset v0.6.5
2026-07-23T03:52:00.0223046Z    Compiling aes-gcm v0.10.3
2026-07-23T03:52:00.1081738Z    Compiling acto v0.8.2
2026-07-23T03:52:00.1171193Z    Compiling netwatch v0.16.0
2026-07-23T03:52:00.1240531Z    Compiling noq v0.18.0
2026-07-23T03:52:00.1978530Z    Compiling rustc-hash v2.1.2
2026-07-23T03:52:00.1979770Z    Compiling identity-hash v0.1.0
2026-07-23T03:52:00.2826713Z    Compiling mac-addr v0.3.0
2026-07-23T03:52:00.3081362Z    Compiling rustix v1.1.4
2026-07-23T03:52:00.3204106Z    Compiling foldhash v0.2.0
2026-07-23T03:52:00.3430297Z    Compiling ref-cast v1.0.25
2026-07-23T03:52:00.3722570Z    Compiling xml-rs v0.8.28
2026-07-23T03:52:00.4907856Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-23T03:52:00.5010961Z    Compiling tagptr v0.2.0
2026-07-23T03:52:00.5104413Z    Compiling lru-slab v0.1.2
2026-07-23T03:52:00.6373499Z    Compiling sorted-index-buffer v0.2.1
2026-07-23T03:52:00.6397677Z    Compiling thiserror v1.0.69
2026-07-23T03:52:00.6830951Z    Compiling synstructure v0.13.2
2026-07-23T03:52:00.7110616Z    Compiling darling_core v0.20.11
2026-07-23T03:52:00.7760738Z    Compiling serde_derive_internals v0.29.1
2026-07-23T03:52:00.7929582Z    Compiling hashbrown v0.16.1
2026-07-23T03:52:01.1000700Z    Compiling netlink-packet-route v0.30.0
2026-07-23T03:52:01.1655453Z    Compiling xmltree v0.10.3
2026-07-23T03:52:01.4078688Z    Compiling proc-macro-crate v3.5.0
2026-07-23T03:52:01.4701527Z    Compiling serial-core v0.4.0
2026-07-23T03:52:01.6373043Z    Compiling errno v0.3.14
2026-07-23T03:52:01.6500569Z    Compiling termios v0.2.2
2026-07-23T03:52:01.7589913Z    Compiling ioctl-rs v0.1.6
2026-07-23T03:52:01.7946716Z    Compiling simple-dns v0.9.3
2026-07-23T03:52:01.8061063Z    Compiling aho-corasick v1.1.4
2026-07-23T03:52:01.8575072Z    Compiling linux-raw-sys v0.12.1
2026-07-23T03:52:01.9260889Z    Compiling sha1_smol v1.0.1
2026-07-23T03:52:01.9390779Z    Compiling winnow v0.7.15
2026-07-23T03:52:01.9720835Z    Compiling resolv-conf v0.7.6
2026-07-23T03:52:01.9820530Z    Compiling regex-syntax v0.8.10
2026-07-23T03:52:02.0199315Z    Compiling signal-hook v0.3.18
2026-07-23T03:52:02.1770716Z    Compiling smol_str v0.1.24
2026-07-23T03:52:02.1990914Z    Compiling arrayref v0.3.9
2026-07-23T03:52:02.2130928Z    Compiling toml_write v0.1.2
2026-07-23T03:52:02.2696471Z    Compiling constant_time_eq v0.4.2
2026-07-23T03:52:02.3968043Z    Compiling simdutf8 v0.1.5
2026-07-23T03:52:02.4700753Z    Compiling serial-unix v0.4.0
2026-07-23T03:52:02.4780977Z    Compiling signal-hook-registry v1.4.8
2026-07-23T03:52:02.6962755Z    Compiling lru v0.16.4
2026-07-23T03:52:02.7561723Z    Compiling serde_derive v1.0.228
2026-07-23T03:52:02.7730996Z    Compiling zeroize_derive v1.4.3
2026-07-23T03:52:02.8441587Z    Compiling tokio-macros v2.7.0
2026-07-23T03:52:02.8829168Z    Compiling futures-macro v0.3.32
2026-07-23T03:52:03.1469696Z    Compiling zerofrom-derive v0.1.7
2026-07-23T03:52:03.3540561Z    Compiling zeroize v1.8.2
2026-07-23T03:52:03.5621517Z    Compiling yoke-derive v0.8.2
2026-07-23T03:52:03.6110597Z    Compiling tokio v1.52.3
2026-07-23T03:52:03.8308323Z    Compiling zerovec-derive v0.11.3
2026-07-23T03:52:03.8860730Z    Compiling futures-util v0.3.32
2026-07-23T03:52:04.1346015Z    Compiling displaydoc v0.2.6
2026-07-23T03:52:04.4900501Z    Compiling tracing-attributes v0.1.31
2026-07-23T03:52:04.6159679Z    Compiling rustls-pki-types v1.14.1
2026-07-23T03:52:04.6377641Z    Compiling zerofrom v0.1.8
2026-07-23T03:52:04.7980466Z    Compiling thiserror-impl v2.0.18
2026-07-23T03:52:04.9988090Z    Compiling yoke v0.8.3
2026-07-23T03:52:05.0284410Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-23T03:52:05.3172944Z    Compiling zerotrie v0.2.4
2026-07-23T03:52:05.4621104Z    Compiling zerovec v0.11.6
2026-07-23T03:52:05.5260790Z    Compiling darling_macro v0.20.11
2026-07-23T03:52:05.6730797Z    Compiling derive_more-impl v2.1.1
2026-07-23T03:52:05.6871030Z    Compiling spez v0.1.2
2026-07-23T03:52:05.9034918Z    Compiling darling v0.20.11
2026-07-23T03:52:06.0010750Z    Compiling derive_builder_core v0.20.2
2026-07-23T03:52:06.0399332Z    Compiling n0-error-macros v0.1.3
2026-07-23T03:52:06.3539573Z    Compiling tinystr v0.8.3
2026-07-23T03:52:06.3610512Z    Compiling potential_utf v0.1.5
2026-07-23T03:52:06.5301071Z    Compiling icu_collections v2.2.0
2026-07-23T03:52:06.5949286Z    Compiling icu_locale_core v2.2.0
2026-07-23T03:52:06.6080917Z    Compiling der v0.8.0-rc.10
2026-07-23T03:52:06.6939678Z    Compiling pin-project-internal v1.1.13
2026-07-23T03:52:07.2500377Z    Compiling n0-error v0.1.3
2026-07-23T03:52:07.3341128Z    Compiling cobs v0.3.0
2026-07-23T03:52:07.4151912Z    Compiling derive_builder_macro v0.20.2
2026-07-23T03:52:07.5520762Z    Compiling postcard-derive v0.2.2
2026-07-23T03:52:07.6330762Z    Compiling ed25519-dalek v2.2.0
2026-07-23T03:52:07.7230667Z    Compiling icu_provider v2.2.0
2026-07-23T03:52:08.0300892Z    Compiling derive_builder v0.20.2
2026-07-23T03:52:08.0371133Z    Compiling futures-executor v0.3.32
2026-07-23T03:52:08.1267737Z    Compiling icu_properties v2.2.0
2026-07-23T03:52:08.1592944Z    Compiling icu_normalizer v2.2.0
2026-07-23T03:52:08.1708856Z    Compiling ipnet v2.12.0
2026-07-23T03:52:08.1987498Z    Compiling spki v0.8.0-rc.4
2026-07-23T03:52:08.2360561Z    Compiling pin-project v1.1.13
2026-07-23T03:52:08.3310545Z    Compiling futures v0.3.32
2026-07-23T03:52:08.4040480Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-23T03:52:08.5940543Z    Compiling prefix-trie v0.8.4
2026-07-23T03:52:08.7094816Z    Compiling ed25519 v3.0.0-rc.4
2026-07-23T03:52:08.7527760Z    Compiling once_cell v1.21.4
2026-07-23T03:52:08.8543925Z    Compiling spt-proto v0.41.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-proto)
2026-07-23T03:52:08.8894633Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-23T03:52:08.9985332Z    Compiling tracing-core v0.1.36
2026-07-23T03:52:09.1590710Z    Compiling rustls-native-certs v0.8.4
2026-07-23T03:52:09.3058833Z    Compiling hashbrown v0.14.5
2026-07-23T03:52:09.4040692Z    Compiling data-encoding-macro v0.1.20
2026-07-23T03:52:09.4086386Z    Compiling strum_macros v0.28.0
2026-07-23T03:52:09.4396881Z    Compiling idna_adapter v1.2.2
2026-07-23T03:52:09.4694851Z    Compiling enum-assoc v1.3.0
2026-07-23T03:52:09.5330990Z    Compiling postcard v1.1.3
2026-07-23T03:52:09.5640924Z    Compiling tracing v0.1.44
2026-07-23T03:52:09.6470966Z    Compiling idna v1.1.0
2026-07-23T03:52:09.8190618Z    Compiling tokio-util v0.7.18
2026-07-23T03:52:09.8907075Z    Compiling netlink-sys v0.8.8
2026-07-23T03:52:09.9111711Z    Compiling tower v0.5.3
2026-07-23T03:52:09.9168061Z    Compiling async-trait v0.1.89
2026-07-23T03:52:10.0366095Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-23T03:52:10.1023790Z    Compiling url v2.5.8
2026-07-23T03:52:10.1900439Z    Compiling hashlink v0.9.1
2026-07-23T03:52:10.3236252Z    Compiling iroh-metrics-derive v0.4.1
2026-07-23T03:52:10.4030911Z    Compiling derive_more v2.1.1
2026-07-23T03:52:10.4180926Z    Compiling num_enum_derive v0.7.6
2026-07-23T03:52:10.4523462Z    Compiling netlink-proto v0.12.0
2026-07-23T03:52:10.5441000Z    Compiling netdev v0.42.0
2026-07-23T03:52:10.5790555Z    Compiling rusqlite v0.32.1
2026-07-23T03:52:10.5998812Z    Compiling iroh-relay v0.98.0
2026-07-23T03:52:10.6630638Z    Compiling moka v0.12.15
2026-07-23T03:52:10.7644757Z    Compiling serde_spanned v0.6.9
2026-07-23T03:52:10.8020758Z    Compiling iroh-metrics v0.38.3
2026-07-23T03:52:10.8430274Z    Compiling h2 v0.4.14
2026-07-23T03:52:10.9159885Z    Compiling tokio-stream v0.1.18
2026-07-23T03:52:10.9300638Z    Compiling toml_datetime v0.6.11
2026-07-23T03:52:11.0290614Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-23T03:52:11.1089845Z    Compiling n0-watcher v0.6.1
2026-07-23T03:52:11.2700578Z    Compiling iroh-base v0.98.0
2026-07-23T03:52:11.3852097Z    Compiling attohttpc v0.30.1
2026-07-23T03:52:11.5160665Z    Compiling tower-http v0.6.11
2026-07-23T03:52:11.5270097Z    Compiling thiserror-impl v1.0.69
2026-07-23T03:52:11.5609735Z    Compiling num_enum v0.7.6
2026-07-23T03:52:11.6967339Z    Compiling ref-cast-impl v1.0.25
2026-07-23T03:52:11.7748518Z    Compiling toml_edit v0.22.27
2026-07-23T03:52:11.9250212Z    Compiling spt-store v0.41.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-store)
2026-07-23T03:52:12.1661395Z    Compiling webpki-roots v1.0.7
2026-07-23T03:52:12.2119685Z    Compiling regex-automata v0.4.14
2026-07-23T03:52:12.2480774Z    Compiling strum v0.28.0
2026-07-23T03:52:12.3041069Z    Compiling schemars_derive v1.2.1
2026-07-23T03:52:12.3368836Z    Compiling iroh-dns v0.98.0
2026-07-23T03:52:12.3543550Z    Compiling darling_core v0.23.0
2026-07-23T03:52:12.3683220Z    Compiling serde_bytes v0.11.19
2026-07-23T03:52:12.6408395Z    Compiling hmac v0.12.1
2026-07-23T03:52:12.6549298Z    Compiling seize v0.5.1
2026-07-23T03:52:12.7820776Z    Compiling iroh v0.98.2
2026-07-23T03:52:12.8683934Z    Compiling cmov v0.5.4
2026-07-23T03:52:12.9209794Z    Compiling rustix v0.38.44
2026-07-23T03:52:13.0658555Z    Compiling dyn-clone v1.0.20
2026-07-23T03:52:13.1167455Z    Compiling bitflags v1.3.2
2026-07-23T03:52:13.1740547Z    Compiling pin-utils v0.1.0
2026-07-23T03:52:13.1799401Z    Compiling filedescriptor v0.8.3
2026-07-23T03:52:13.1962018Z    Compiling ctutils v0.4.2
2026-07-23T03:52:13.2191548Z    Compiling papaya v0.2.4
2026-07-23T03:52:13.2343657Z    Compiling nix v0.25.1
2026-07-23T03:52:13.3240232Z    Compiling hkdf v0.12.4
2026-07-23T03:52:13.3550562Z    Compiling backon v1.6.0
2026-07-23T03:52:13.4509640Z    Compiling serial v0.4.0
2026-07-23T03:52:13.4931844Z    Compiling anstyle-parse v1.0.0
2026-07-23T03:52:13.5299645Z    Compiling vte_generate_state_changes v0.1.2
2026-07-23T03:52:13.6570854Z    Compiling anstyle v1.0.14
2026-07-23T03:52:13.7010607Z    Compiling anstyle-query v1.1.5
2026-07-23T03:52:13.7121533Z    Compiling colorchoice v1.0.5
2026-07-23T03:52:13.7344181Z    Compiling unicode-width v0.2.0
2026-07-23T03:52:13.7789420Z    Compiling is_terminal_polyfill v1.70.2
2026-07-23T03:52:13.8134026Z    Compiling foldhash v0.1.5
2026-07-23T03:52:13.8413094Z    Compiling linux-raw-sys v0.4.15
2026-07-23T03:52:13.8570473Z    Compiling instability v0.3.12
2026-07-23T03:52:13.8810532Z    Compiling downcast-rs v1.2.1
2026-07-23T03:52:13.9540239Z    Compiling shell-words v1.1.1
2026-07-23T03:52:13.9740582Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-23T03:52:14.0369377Z    Compiling hashbrown v0.15.5
2026-07-23T03:52:14.0553926Z    Compiling anstream v1.0.0
2026-07-23T03:52:14.0687601Z    Compiling vte v0.13.1
2026-07-23T03:52:14.1086148Z    Compiling signal-hook-mio v0.2.5
2026-07-23T03:52:14.2069982Z    Compiling spake2 v0.4.0
2026-07-23T03:52:14.4648570Z    Compiling schemars v1.2.1
2026-07-23T03:52:14.5120864Z    Compiling terminal_size v0.4.4
2026-07-23T03:52:14.6473779Z    Compiling toml v0.8.23
2026-07-23T03:52:14.6653612Z    Compiling strum_macros v0.26.4
2026-07-23T03:52:14.8960541Z    Compiling sha1 v0.10.6
2026-07-23T03:52:15.1830663Z    Compiling itertools v0.13.0
2026-07-23T03:52:15.2277605Z    Compiling castaway v0.2.4
2026-07-23T03:52:15.3501066Z    Compiling regex v1.12.3
2026-07-23T03:52:15.6075912Z    Compiling indoc v2.0.7
2026-07-23T03:52:15.7124201Z    Compiling unicode-width v0.1.14
2026-07-23T03:52:16.0792292Z    Compiling spt-msg v0.41.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-msg)
2026-07-23T03:52:16.1709504Z    Compiling static_assertions v1.1.0
2026-07-23T03:52:16.1920966Z    Compiling darling_macro v0.23.0
2026-07-23T03:52:16.2540953Z    Compiling clap_lex v1.1.0
2026-07-23T03:52:16.2604501Z    Compiling doctest-file v1.1.1
2026-07-23T03:52:16.5961576Z    Compiling darling v0.23.0
2026-07-23T03:52:16.6733091Z    Compiling hyper v1.10.1
2026-07-23T03:52:16.7041883Z    Compiling spt-runtime v0.41.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-runtime)
2026-07-23T03:52:16.8300482Z    Compiling interprocess v2.4.2
2026-07-23T03:52:17.0138259Z    Compiling clap_builder v4.6.0
2026-07-23T03:52:17.0932166Z    Compiling compact_str v0.8.2
2026-07-23T03:52:17.4950901Z    Compiling strum v0.26.3
2026-07-23T03:52:17.5900880Z    Compiling crossterm v0.28.1
2026-07-23T03:52:17.6388222Z    Compiling unicode-truncate v1.1.0
2026-07-23T03:52:17.6581384Z    Compiling lru v0.12.5
2026-07-23T03:52:17.7286168Z    Compiling clap_derive v4.6.1
2026-07-23T03:52:17.8031034Z    Compiling cassowary v0.3.0
2026-07-23T03:52:17.8371252Z    Compiling portable-pty v0.8.1
2026-07-23T03:52:18.1038444Z    Compiling iana-time-zone v0.1.65
2026-07-23T03:52:18.1615915Z    Compiling nucleo-matcher v0.3.1
2026-07-23T03:52:18.3287626Z    Compiling spt-term v0.41.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-term)
2026-07-23T03:52:18.5430328Z    Compiling chrono v0.4.45
2026-07-23T03:52:18.7290995Z    Compiling ratatui v0.29.0
2026-07-23T03:52:18.7554009Z    Compiling qrcode v0.14.1
2026-07-23T03:52:19.1082192Z    Compiling tempfile v3.27.0
2026-07-23T03:52:19.1505546Z    Compiling hyper-util v0.1.20
2026-07-23T03:52:20.0875709Z    Compiling clap v4.6.1
2026-07-23T03:52:20.3301877Z    Compiling spt-live v0.41.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-live)
2026-07-23T03:52:21.1582854Z    Compiling igd-next v0.17.1
2026-07-23T03:52:22.3323766Z    Compiling portmapper v0.16.0
2026-07-23T03:52:27.7987632Z    Compiling rustls-webpki v0.103.13
2026-07-23T03:52:30.1874542Z    Compiling tokio-rustls v0.26.4
2026-07-23T03:52:30.1874970Z    Compiling noq-proto v0.17.0
2026-07-23T03:52:30.1875275Z    Compiling rustls-platform-verifier v0.7.0
2026-07-23T03:52:30.3278510Z    Compiling hickory-net v0.26.0-beta.4
2026-07-23T03:52:30.3279241Z    Compiling hyper-rustls v0.27.9
2026-07-23T03:52:30.3279739Z    Compiling tokio-websockets v0.13.2
2026-07-23T03:52:30.4778556Z    Compiling reqwest v0.13.4
2026-07-23T03:52:31.4287378Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-23T03:52:45.4446079Z    Compiling spt-net v0.41.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-net)
2026-07-23T03:52:46.8897009Z    Compiling spt-daemon v0.41.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-daemon)
2026-07-23T03:52:56.2614659Z    Compiling spt v0.41.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt)
2026-07-23T03:53:01.1737416Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 07s
2026-07-23T03:53:01.1966904Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-9b0a1977fdc399ed)
2026-07-23T03:53:01.1979415Z 
2026-07-23T03:53:01.1979615Z running 1 test
2026-07-23T03:53:07.3969878Z test new_brain_serves_against_old_broker ... ok
2026-07-23T03:53:07.3970221Z 
2026-07-23T03:53:07.3970479Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.20s
2026-07-23T03:53:07.3970869Z 
